home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 44 / PC Actual CD 44.iso / Linux / Cygwin / full.exe / Disk1 / data1.cab / Tools / H-i586-cygwin32 / i586-cygwin32 / include / winkernel.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-12-04  |  342 b   |  13 lines

  1. /* winkernel.h
  2.    Definitions are in a different layout than MS headers
  3.    This file includes our windows.h which in turn should include the
  4.    normal contents of this header file (and the other Win32 headers).
  5. */
  6.  
  7. #ifndef _PLACEHOLDER_WINKERNEL_H
  8. #define _PLACEHOLDER_WINKERNEL_H
  9.  
  10. #include <windows.h>
  11.  
  12. #endif /* _PLACEHOLDER_WINKERNEL_H */
  13.